Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup kernel launch code #90

Merged
merged 1 commit into from
Nov 16, 2021
Merged

Cleanup kernel launch code #90

merged 1 commit into from
Nov 16, 2021

Conversation

thomasfaingnaert
Copy link
Member

I guess that when I started working on GEMMs, CUDA.@cuda didn't have the launch argument yet, or I just missed it.
In any case, the kernel launch code can be cleaned up now, so we don't duplicate logic from CUDA.jl.

@codecov
Copy link

codecov bot commented Nov 16, 2021

Codecov Report

Merging #90 (367644f) into master (7f465c5) will decrease coverage by 0.39%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
- Coverage   41.25%   40.85%   -0.40%     
==========================================
  Files          10       10              
  Lines         446      443       -3     
==========================================
- Hits          184      181       -3     
  Misses        262      262              
Impacted Files Coverage Δ
src/launch.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f610c46...367644f. Read the comment docs.

@thomasfaingnaert thomasfaingnaert merged commit 4de4905 into master Nov 16, 2021
@thomasfaingnaert thomasfaingnaert deleted the tf/cleanup-launch branch November 16, 2021 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants